projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
912d4a4
)
Fix cps--gensym
author
Leo Liu
<sdl.web@gmail.com>
Thu, 14 May 2015 03:18:54 +0000
(11:18 +0800)
committer
Leo Liu
<sdl.web@gmail.com>
Thu, 14 May 2015 03:19:14 +0000
(11:19 +0800)
* lisp/emacs-lisp/generator.el (cps--gensym): Fix.
lisp/emacs-lisp/generator.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/generator.el
b/lisp/emacs-lisp/generator.el
index 8251682590e5f662b58001eb753e2149b2c1b1d9..65def39bf2e9c5133724736144944df29c69f11f 100644
(file)
--- a/
lisp/emacs-lisp/generator.el
+++ b/
lisp/emacs-lisp/generator.el
@@
-90,7
+90,7
@@
;; Change this function to use `cl-gensym' if you want the generated
;; code to be easier to read and debug.
;; (cl-gensym (apply #'format fmt args))
- `(make-symbol
,fmt
))
+ `(make-symbol
(format ,fmt . ,args)
))
(defvar cps--dynamic-wrappers '(identity)
"List of transformer functions to apply to atomic forms we